home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 781 b | 32 lines | [TEXT/ttxt] |
- --<<<
-
-
- if not (isdefined tcpstream) do process (new loader) "loadable/web"
-
- if not (getmodule @WidgetInterface) do
- tc := open librarycontainer \
- dir: thestartdir \
- path: "widgets.sxl"
-
- filein theScriptDir name: "modules.sx"
- filein theScriptDir name: "demo.sx"
- filein theScriptDir name: "present.sx"
- filein theScriptDir name: "html.sx"
- filein theScriptDir name: "webb.sx"
- filein theScriptDir name: "applet.sx"
-
- function maketc -> (
- local tc := new titlecontainer dir: theScriptDir path: "web.sxt"
- append tc (getmodule @WebBrowser)
- append tc (getmodule @HTMLImplementation)
- append tc (getmodule @WebImplementation)
- tc.startupAction := (tc ->
- if not (isdefined tcpstream) do process (new loader) "loadable/web"
- foreach tc load undefined)
- close tc
- )
-
- -->>>
-
-
-